- GDir
alias GDir = _GDir
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dir_close
alias da_g_dir_close = void function(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dir_open
alias da_g_dir_open = GDir* function(const(gchar)* path, guint flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dir_read_name
alias da_g_dir_read_name = const(gchar)* function(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_dir_rewind
alias da_g_dir_rewind = void function(GDir* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.